R8: java.lang.OutOfMemoryError: GC overhead limit exceeded react-native

52

R8: java.lang.OutOfMemoryError: GC overhead limit exceeded react-native -

android {
//snip
//add this into your existing 'android' block
 dexOptions {
 javaMaxHeapSize "4g"
 }
//snip
}

Comments

Submit
0 Comments